ServiceCreateRule Method (Rule, Boolean) |
Creates an inbox rule.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse CreateRule(
Rule rule,
bool removeOutlookRuleBlob
)
Public Function CreateRule (
rule As Rule,
removeOutlookRuleBlob As Boolean
) As RuleOperationResponse
Parameters
- rule
- Type: Independentsoft.ExchangeRule
The rule. - removeOutlookRuleBlob
- Type: SystemBoolean
if set to true [remove outlook rule BLOB].
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also